home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000259_news@columbia.edu _Wed Jun 19 08:50:16 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id IAA23231 for <kermit.misc@watsun>; Wed, 19 Jun 1996 08:50:12 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id IAA17470 for kermit.misc@watsun; Wed, 19 Jun 1996 08:50:10 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!howland.reston.ans.net!vixen.cso.uiuc.edu!newsrelay.iastate.edu!news.iastate.edu!vax1.miu.edu!JHMEYERS
  5. From: jhmeyers@miu.edu (John H Meyers)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Need help about the SERVER option
  8. Date: 19 Jun 1996 08:45:35 GMT
  9. Organization: MIU Computer Services,  Fairfield, IA 52557.  Not Approved.
  10. Lines: 61
  11. Message-ID: <4q8enf$jje@news.iastate.edu>
  12. References: <4pr8mh$6uj@bolzer.rz.tu-cottbus.de>
  13. Reply-To: jhmeyers@miu.edu
  14. NNTP-Posting-Host: vax1.mum.edu
  15.  
  16. In article <4pr8mh$6uj@bolzer.rz.tu-cottbus.de>,
  17. tm@Informatik.TU-Cottbus.DE (Torsten Mielke) writes:
  18.  
  19. > Can anybody tell me what the SERVER-Option ist for?
  20.  
  21. Without SERVER mode, a command must be issued on each of
  22. the two systems for each transfer:
  23.  
  24.      System A <----------------------------> System B
  25.  
  26.      Send xxxx   ........................>   Receive
  27.        ...                                     ...
  28.      Receive    <........................    Send yyyy
  29.        ...                                     ...
  30.  
  31. Using SERVER mode, one system automatically responds to a
  32. series of commands from the other:
  33.  
  34.      System A <----------------------------> System B
  35.  
  36.                                              SERVER
  37.  
  38.      Remote DIR <.........................   (sends directory)
  39.  
  40.      Send xxxx   .........................>  (receives xxxx)
  41.  
  42.      Get  yyyy  <.........................   (sends yyyy)
  43.  
  44.      Finish                                  (server mode ends)
  45.      (or)
  46.      Bye                                     (logs out)
  47.  
  48. Typical use:
  49.  
  50.      System A                                System B
  51.  
  52.      CONNECT (become a terminal)             Login:
  53.      myaccount                               Passwd:
  54.      mypasswd                                %
  55.      KERMIT                                  Kermit-XX>
  56.      SERVER
  57.      (Escape to Kermit mode)
  58.      REMOTE DIR  (see results)
  59.      SEND xxxx               ........>
  60.      GET  yyyy.*            <........
  61.      BYE
  62.  
  63. or:  CONNECT                                 Login:
  64.      myaccount                               Passwd:
  65.      mypasswd                                %
  66.      KERMIT                                  Kermit-XX>
  67.      SEND yyyy.*
  68.      (Escape to Kermit mode)
  69.      SERVER             <......(yyyy.*)......
  70.      ^C
  71.      CONNECT                                 Kermit-XX>
  72.      QUIT                                    %
  73.      LOGOUT                                  Login:
  74.  
  75. -----------------------------------------------------------
  76. With best wishes from:  John H Meyers  ( jhmeyers@mum.edu )